home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / SRCH_AH.ZIP / SEARCH.DOC < prev   
Encoding:
Text File  |  1987-11-16  |  4.0 KB  |  89 lines

  1.           SEARCH.COM Version 8.2  Copyright 1986,1987 by Art Hill
  2.  
  3. SEARCH.COM is a program for searching through text files for
  4. strings.  You may specify up to five strings and may specify
  5. actual file names or a "wild card" pattern containing *'s or ?'s.
  6.  
  7. The program will NOT handle lines longer than 255 characters. In
  8. other words, plain text or ASCI files--not Wordstar, Multimate,
  9. etc.  IF YOU USE REPLACE MODE ON FILES WHICH HAVE LINES LONGER
  10. THAN 255 CHARACTERS, you will lose data.
  11.  
  12. You may include a drive and path spec in front of the file
  13. name. You may run SEARCH from the DOS command line by entering
  14. appropriate parameters SEPARATED BY SPACES as follows:
  15.  
  16. SEARCH filename var1 [var2] [var3] [var4] [var5] [/P] [/C] [/F] [/R] [/A]
  17. Options include:
  18.  
  19.   /P produces a printout of all lines with your text patterns
  20.   /C means case IS significant.  (Default ignores case)
  21.   /F sends the output to the file SEARCH.LST.
  22.   /R invokes REPLACE mode.  REPLACE takes two variables, replaces the
  23.      first with the second.  Old files are NOT saved. BACK THEM UP!
  24.   /A invokes automatic mode requiring no keyboard interaction
  25.  
  26. You may enter ASCII characters as variables on the command line by
  27. preceding the value with a number sign.  Thus to search for IBM PC
  28. you would enter IBM#32PC on the command line.  The program will convert
  29. #32 to space.  In prompted mode however, numbers and # are used literally.
  30. Use ALT and numeric keys to enter ASCII characters in prompt mode.
  31.  
  32.    NEW FEATURE
  33. This version allows you to use a list of files that you wish to search.
  34. Prepare a list of files using any plain ascii/text editor.  Use whatever name
  35. you wish and the extension S$R.  This extension tells the program to treat
  36. that file as a list.
  37.  
  38. SEARCH.COM is a copyrighted program released as SHAREWARE.  This
  39. means that you are free to copy the program and distribute it
  40. for free.  You may not sell it or otherwise charge for it.  If
  41. you use SEARCH.COM beyond a reasonable trial period, you are
  42. supposed to register it by sending $12 to:
  43.                Art Hill
  44.                936 S. Kensington Ave.
  45.                La Grange, IL 60525
  46.  
  47. To remind you to register there is a short delay when the
  48. program completes.  Upon receipt of your check, I will send you
  49. instructions on how to eliminate this minor nuisance.  Other
  50. than that this version is completely functional.
  51.  
  52.  
  53.  
  54.  
  55.          ----------------end-of-author's-documentation---------------
  56.  
  57.                         Software Library Information:
  58.  
  59.                    This disk copy provided as a service of
  60.  
  61.                         The Public (Software) Library
  62.  
  63.          We are not the authors of this program, nor are we associated
  64.          with the author in any way other than as a distributor of the
  65.          program in accordance with the author's terms of distribution.
  66.  
  67.          Please direct shareware payments and specific questions about
  68.          this program to the author of the program, whose name appears
  69.          elsewhere in  this documentation. If you have trouble getting
  70.          in touch with the author,  we will do whatever we can to help
  71.          you with your questions. All programs have been tested and do
  72.          run.  To report problems,  please use the form that is in the
  73.          file PROBLEM.DOC on many of our disks or in other written for-
  74.          mat with screen printouts, if possible.  The P(s)L cannot de-
  75.          bug programs over the telephone.
  76.  
  77.          Disks in the P(s)L are updated monthly, so if you did not get
  78.          this disk  directly from the P(s)L,  you should be aware that
  79.          the files in this set may no  longer be the current versions.
  80.  
  81.          For a copy of the latest monthly software library newsletter
  82.          and a list of the 1,000+ disks in the library, call or write
  83.  
  84.                         The Public (Software) Library
  85.                               P.O.Box 35705 - F
  86.                            Houston, TX 77235-5705
  87.                       (713) 721-6104 or (713) 721-5205
  88.  
  89.